home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / comms / ncp / docs / history < prev    next >
Text File  |  1994-10-01  |  1KB  |  24 lines

  1. AmigaNCP-FileServer 1.6
  2. -----------------------
  3. - reversed "HideIcons" to be "ShowIcons", hiding .info and .backdrop
  4.   being the new default setting.  
  5.  
  6. AmigaNCP-FileServer 1.7
  7. -----------------------
  8. - fixed to a misunderstanding on RF_OPEN with P_FCREATE / P_FREPLACE:
  9.   The path of the file wasn't created if it didn't exists. This caused
  10.   problems with Backup option of the S3a which relies on this behavior
  11.   and doesn't makedir() it's file's path.
  12.  
  13. ==========================================================================
  14.  
  15. AmigaNCP-FileServer 1.5
  16. -----------------------
  17. - fixed a bug in the file name conversion where the extension was cutted
  18.   at the first dot, not at the last. Both will fail, but this way
  19.   you are protected against side effects like "delete Agenda.Agn.info"
  20.   deleting "Agenda.agn" instead of simple failure.
  21. - fixed a bug in ACTION_DELETE where invalid file names (e.g. containing
  22.   multiple extensions) to confusingly cause ERROR_DIRECTORY_NOT_EMPTY.
  23.   Now returns ERROR_OBJECT_NOT_FOUND.
  24.